home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 2.iso / pc / m_bro_m.dxr / 00001.ls next >
Encoding:
Text File  |  1997-04-11  |  429 b   |  15 lines

  1. on startMovie
  2.   unloadMovie(the text of member "fDeleteMovie")
  3.   set the text of member "fDeleteMovie" to "M_BRO_M"
  4.   preloadMember(31, 37)
  5.   repeat with i = 1 to 16
  6.     set the visible of sprite i to 1
  7.   end repeat
  8.   set the visible of sprite 6 to 0
  9.   set the visible of sprite 7 to 0
  10.   set the visible of sprite 8 to 0
  11.   repeat with i = 3 to 8
  12.     set the cursor of sprite i to [member "YUBI", member "YUBIM"]
  13.   end repeat
  14. end
  15.